home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / quicktime / quicktimeintro / movie from dataref / common files / macprefix.h < prev    next >
Encoding:
Text File  |  2000-10-06  |  427 b   |  20 lines

  1. // MWPrefix.h
  2. // prefix file for our Mac projects
  3.  
  4. #ifndef __Prefix_File__
  5. #define __Prefix_File__
  6.  
  7. #include <ConditionalMacros.h>
  8.  
  9. // definitions for the project
  10. #define DEBUG                            0
  11. #define ONLY_ENCODED_SCRIPTS            0
  12. #define QD3D_NO_DIRECTDRAW                0
  13.  
  14. #define QD3D_AVAIL                        !TARGET_CPU_68K
  15. #define SOUNDSPROCKET_AVAIL                TARGET_CPU_PPC
  16. #define PASCAL_RTN                        pascal
  17.  
  18. #define TARGET_API_MAC_CARBON 0
  19.  
  20. #endif    // __Prefix_File__